home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if soundBusy(1) = 0 then
- puppetSound(1, 116)
- end if
- if the mouseDown = 1 then
- cursor(4)
- go(2)
- GroupAllVis()
- OneGroupInVis()
- cursor(-1)
- end if
- go(the frame)
- end
-
- on keyUp
- if the key = RETURN then
- cursor(4)
- go(2)
- GroupAllVis()
- OneGroupInVis()
- cursor(-1)
- end if
- end
-